home *** CD-ROM | disk | FTP | other *** search
/ Aminet 19 / Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso / Aminet / gfx / edit / MPMorph.readme < prev    next >
Text File  |  1997-05-03  |  40KB  |  723 lines

  1. Short:    Morphing/Warping program OS3.0+
  2. Author:   mark@topic.demon.co.uk
  3. Uploader: mark@topic.demon.co.uk
  4. Version:  4.8
  5. Type:     gfx/edit
  6. Replaces: gfx/edit/MPMorph45.lha
  7.  
  8. 4.8
  9.  
  10. MPRender now uses COLOURS parameter.
  11. Added full .html docs.
  12. Spelling mistakes and version fixed in MPImage.library.
  13. Reordered MPMorph catalog for easier localisation.
  14. Updated bugs.
  15. Added TODO list.
  16. Noted WWW support page.
  17.  
  18. Version 4.7
  19.  
  20. Fixed enforcer hit in MPRender.
  21. Updated algorithms to indicate memory usage.
  22. Corrected version in Install script.
  23. Updated install script for cjpeg/djpeg to match standard usage.
  24.  
  25. Fix to version 4.5 - MPGui.library can now be opened more than once.
  26.  
  27. Fix to version 4.4 - should now work on OS3.0!
  28. + minor bug fix to Rexx/IndexHelp.MPM.
  29.  
  30. $VER: MPMorph45.readme 4.6 (4.3.97)
  31.  
  32. MPMorph is a set of morphing programs. It features full context
  33. sensitive indexed help files, an interactive tutorial, a full
  34. ARexx interface, and "real time" previewing. Full source is available.
  35.  
  36. The render code should compile on a unix machine.
  37.  
  38. Update of beta Version 4.3
  39. Major Update of TSMorph (still available - use that for OS2.04/OS2.1)
  40.  
  41. MPMorph is a set of morphing programs. It consists of two main programs:
  42.  
  43.      MPMorph    Edit the Morph parameters
  44.      MPRender   Generate the morphed images
  45.  
  46. MPMorph is used to create a parameter file which is used by MPRender
  47. to produce the morphed images. Run times can be about 3 seconds per frame
  48. for a 150x150 image on a 28Mhz 68040.
  49.  
  50. MPRender can be used to either morph one (or a series of) image(s) to
  51. another in a set number of frames with a number of control points, or just
  52. distort one (or a series of) image(s) with control points. When MPRender is
  53. run without parameters it will display an ASL file requester for a file
  54. created by MPMorph, it will then create the images, displaying a Progress
  55. Requester on the default public (or named) screen allowing the process to be
  56. interrupted and/or stopped.
  57.  
  58. ARexx scripts are run before and after each image is processed. These allow
  59. the changing of movement and colour to be controlled along with the ability
  60. to only generate some frames, and also post image processing (e.g. to
  61. change to a non-24-bit format and build an animation).
  62.  
  63. MPMorph is used to generate the parameter file. When run it displays an
  64. Information Window on a public screen. This allows the input of the file
  65. names to morph between, the number of frames, the start frame, the output
  66. file names, and the type of morph (single or dual images) to be changed.
  67.  
  68. It also allows the editing of control points on the images. The images are
  69. displayed on a public screen in resizeable, scrollable windows.
  70.  
  71. When the images are displayed control points can be edited in various
  72. modes. These modes allow the addition, deletion, linking and unlinking of
  73. the control points.
  74.  
  75. Context sensitive help is displayed using amigaguide. The 'Help' key can
  76. be pressed in the gadgets, over the gadgets, on menus or anytime a window
  77. is active.
  78.  
  79. // MPMorph - Amiga Morphing program
  80. // Copyright (C) © 1993-97 Mark John Paddock
  81.  
  82. // This program is free software; you can redistribute it and/or modify
  83. // it under the terms of the GNU General Public License as published by
  84. // the Free Software Foundation; either version 2 of the License, or
  85. // any later version.
  86.  
  87. // This program is distributed in the hope that it will be useful,
  88. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  89. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  90. // GNU General Public License for more details.
  91.  
  92. // You should have received a copy of the GNU General Public License
  93. // along with this program; if not, write to the Free Software
  94. // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  95.  
  96. // mark@topic.demon.co.uk
  97. // mpaddock@cix.compulink.co.uk
  98.  
  99. M J Paddock
  100.  
  101. A more recent version may exist at:
  102.  
  103. http://www.topic.demon.co.uk/
  104.  
  105.  
  106. ============================= Archive contents =============================
  107.  
  108. Original  Packed Ratio    Date     Time    Name
  109. -------- ------- ----- --------- --------  -------------
  110.      168     128 23.8% 08-Apr-95 19:31:12 +1st
  111.      516     273 47.0% 08-Apr-95 19:31:12 +Add
  112.      516     253 50.9% 08-Apr-95 19:31:12 +Del
  113.      168     137 18.4% 08-Apr-95 19:31:12 +Goto
  114.      168     130 22.6% 08-Apr-95 19:31:12 +Last
  115.      516     313 39.3% 08-Apr-95 19:31:12 +Link
  116.      168     128 23.8% 08-Apr-95 19:31:12 +Next
  117.      516     266 48.4% 08-Apr-95 19:31:12 +None
  118.      516     260 49.6% 08-Apr-95 19:31:12 +one
  119.      168     125 25.5% 08-Apr-95 19:31:12 +Prev
  120.      516     274 46.8% 08-Apr-95 19:31:12 +Rel
  121.      516     282 45.3% 08-Apr-95 19:31:12 +Two
  122.      516     303 41.2% 08-Apr-95 19:31:12 +Unlink
  123.     7100    4402 38.0% 04-Mar-97 23:23:34  ConvertMPImage
  124.    17982    6993 61.1% 30-Oct-94 21:16:58  COPYING
  125.      208     115 44.7% 08-Apr-95 19:30:42 +XAdd
  126.      208     115 44.7% 08-Apr-95 19:30:42 +XDel
  127.      208     100 51.9% 08-Apr-95 19:30:42 +XL1
  128.      208     105 49.5% 08-Apr-95 19:30:42 +XL2
  129.      208     116 44.2% 08-Apr-95 19:30:42 +XMov
  130.      208     116 44.2% 08-Apr-95 19:30:42 +XOne
  131.      208     113 45.6% 08-Apr-95 19:30:42 +XRel
  132.      208     113 45.6% 08-Apr-95 19:30:42 +XTwo
  133.      208     102 50.9% 08-Apr-95 19:30:42 +XU1
  134.      208     104 50.0% 08-Apr-95 19:30:42 +XU2
  135.    69640   28288 59.3% 18-Mar-97 22:05:54  Docs.Index
  136.    18817    4999 73.4% 04-Mar-97 23:25:24 +MPGui.doc
  137.    24888    6663 73.2% 14-Mar-97 22:45:34 +MPImage.doc
  138.    17260   10020 41.9% 23-Feb-97 20:09:28  EdgePoints
  139.    12380    3132 74.7% 23-Feb-97 20:42:18  EdgePoints.guide
  140.    14476    8187 43.4% 26-Feb-97 23:45:06  EditPrefs
  141.     4198    1147 72.6% 23-Feb-97 20:42:12  EditPrefs-rexx
  142.    12150    3470 71.4% 26-Feb-97 23:45:28  EditPrefs.guide
  143.      450     172 61.7% 26-Apr-95 19:39:04 +def_pic.info
  144.      474     224 52.7% 26-Apr-95 19:39:04 +def_points.info
  145.      459     232 49.4% 26-Apr-95 19:39:04 +def_prefs.info
  146.      324     198 38.8% 23-Feb-97 19:24:04 +AddGrid.gui
  147.      812     430 47.0% 23-Feb-97 19:24:14 +EdgePoints.gui
  148.      272     190 30.1% 23-Feb-97 19:24:24 +FrameNo.gui
  149.      292     199 31.8% 23-Feb-97 19:24:38 +GetPubScreen.gui
  150.      634     346 45.4% 23-Feb-97 19:55:44 +Morph-prefs.def
  151.     1815     724 60.1% 23-Feb-97 19:25:26 +Morph-prefs.gui
  152.     2138     942 55.9% 14-Mar-97 22:45:34 +MPImage.gui
  153.      621     311 49.9% 23-Feb-97 19:25:42 +Preview.gui
  154.      497     339 31.7% 23-Feb-97 19:26:08 +Render-prefs.def
  155.     2341     967 58.6% 23-Feb-97 19:26:26 +Render-prefs.gui
  156.      290     201 30.6% 23-Feb-97 19:26:38 +Scale.gui
  157.      305     207 32.1% 23-Feb-97 19:26:48 +SetSize.gui
  158.     1063     450 57.6% 23-Feb-97 19:58:50 +MPGui_protos.h
  159.     1749     637 63.5% 23-Feb-97 19:58:50 +MPImage_protos.h
  160.     2422     972 59.8% 23-Feb-97 19:58:50 +MPGui.h
  161.     4321    1648 61.8% 23-Feb-97 19:58:50 +MPImage.h
  162.      753     288 61.7% 23-Feb-97 19:58:50 +MPGui_pragmas.h
  163.     1125     396 64.8% 21-Feb-97 23:22:46 +MPImage_pragmas.h
  164.    13883    3548 74.4% 17-Mar-97 23:15:50  Install
  165.      712     359 49.5% 17-Mar-97 23:15:50  Install.info
  166.    35384   16220 54.1% 04-Mar-97 23:23:34 +MPGui.library
  167.    92464   42604 53.9% 14-Mar-97 22:43:58 +MPImage.library.000
  168.    13784    8934 35.1% 14-Mar-97 22:45:06 +MPImage.library.020.pch
  169.     7932    5427 31.5% 14-Mar-97 22:45:18 +MPImage.library.040.pch
  170.    10116    6844 32.3% 14-Mar-97 22:45:32 +MPImage.library.060.pch
  171.    97088   46143 52.4% 14-Mar-97 22:44:00 +MPImage.library.881
  172.     2883    1254 56.5% 26-Feb-97 23:45:28  MPGui.guide
  173.      169     124 26.6% 22-May-96 22:03:48  MPImage
  174.    26359    6934 73.6% 14-Mar-97 22:44:10  MPImage.guide
  175.      476     216 54.6% 06-Jan-97 19:12:30  MPImage.info
  176.   125276   56164 55.1% 14-Mar-97 22:03:38  MPMorph
  177.      161     113 29.8% 22-May-96 21:28:46  MPMorph-prefs
  178.      476     243 48.9% 19-Nov-96 22:19:48  MPMorph-prefs.info
  179.    17124    3971 76.8% 23-Feb-97 20:42:10  MPMorph-rexx
  180.   128969   27797 78.4% 18-Mar-97 22:05:12  MPMorph.guide
  181.      482     247 48.7% 19-Nov-96 22:19:48  MPMorph.guide.info
  182.      931     273 70.6% 16-Mar-97 23:38:24  MPMorph.html
  183.      899     453 49.6% 19-Nov-96 22:19:48  MPMorph.info
  184.      166     116 30.1% 22-May-96 21:29:04  MPRender-prefs
  185.      476     246 48.3% 19-Nov-96 22:19:48  MPRender-prefs.info
  186.     4853    1380 71.5% 23-Feb-97 20:42:10  MPRender-rexx
  187.    65564   28437 56.6% 18-Mar-97 22:04:50  MPRender.000
  188.      906     486 46.3% 23-Feb-97 21:31:24  MPRender.000.inf
  189.      906     485 46.4% 23-Feb-97 21:31:22  MPRender.020.inf
  190.    10248    5482 46.5% 18-Mar-97 22:09:44  MPRender.020.pch
  191.      905     489 45.9% 23-Feb-97 21:31:22  MPRender.040.inf
  192.     5036    3240 35.6% 18-Mar-97 22:16:44  MPRender.040.pch
  193.      905     486 46.2% 23-Feb-97 21:31:22  MPRender.060.inf
  194.     2700    1680 37.7% 18-Mar-97 22:22:58  MPRender.060.pch
  195.    61896   28976 53.1% 18-Mar-97 21:52:46  MPRender.881
  196.      905     488 46.0% 23-Feb-97 21:31:20  MPRender.881.inf
  197.    32218    8624 73.2% 18-Mar-97 22:05:38  MPRender.guide
  198.     3730    1061 71.5% 23-Feb-97 20:42:20  Preview.guide
  199.     3143    1506 52.0% 23-Feb-97 19:42:48  Read.Me
  200.      516     273 47.0% 23-Feb-97 19:42:48  Read.Me.info
  201.      592     351 40.7% 23-Feb-97 21:31:20  Readme.unix
  202.     2156     735 65.9% 23-Feb-97 18:20:52 +EdgePoints.MPM
  203.      376     218 42.0% 23-Feb-97 19:27:56 +FadeToBlack.MPM
  204.      372     216 41.9% 23-Feb-97 19:28:08 +FadeToWhite.MPM
  205.      377     257 31.8% 26-Feb-97 23:39:36 +IndexHelp.MPM
  206.      491     272 44.6% 23-Feb-97 19:28:34 +Loadscript.MPM
  207.      344     214 37.7% 23-Feb-97 19:28:50 +PixelMorph.MPM
  208.      277     188 32.1% 23-Feb-97 19:29:04 +PixelWarp.MPM
  209.      888     449 49.4% 23-Feb-97 19:29:16 +PostAnim.MPM
  210.      450     258 42.6% 23-Feb-97 19:29:30 +Postscript.MPM
  211.      208     163 21.6% 23-Feb-97 19:29:44 +PreAll.MPM
  212.      433     258 40.4% 23-Feb-97 19:32:40 +Prescript.MPM
  213.     3665    1211 66.9% 23-Feb-97 18:23:28 +Preview.MPM
  214.      620     302 51.2% 23-Feb-97 19:30:22 +PreviewPre.MPM
  215.     2833    1000 64.7% 23-Feb-97 18:34:00 +RTPreview.MPM
  216.      771     381 50.5% 23-Feb-97 19:30:02 +ToHam.MPM
  217.     5744    3668 36.1% 26-Feb-97 23:45:06  RunMPGui
  218.    25324   14183 43.9% 26-Feb-97 23:45:08  RunMPIndex
  219.    16071    4322 73.1% 26-Feb-97 23:45:26  RunMPIndex.guide
  220.      450     221 50.8% 19-Nov-96 22:19:48  RunMPIndex.info
  221.    14636    9285 36.5% 23-Feb-97 21:31:20  spatch
  222.     4731    1521 67.8% 23-Feb-97 20:42:06  Tutorial.guide
  223.      482     243 49.5% 19-Nov-96 22:19:48  Tutorial.guide.info
  224.    30328   23781 21.5% 30-Oct-94 21:15:28 +cat.pic
  225.    29274   24474 16.3% 30-Oct-94 21:15:30 +girl.pic
  226.     4550     949 79.1% 23-Feb-97 19:56:46 +Tutorial.rexx
  227.      500     256 48.8% 19-Nov-96 22:19:48  View_HTML.info
  228.     1346     747 44.5% 16-Mar-97 23:38:54 +Distribution.html
  229.      604     337 44.2% 16-Mar-97 23:38:50 +FROM1.html
  230.      533     280 47.4% 16-Mar-97 23:38:50 +FROM2.html
  231.      400     254 36.5% 16-Mar-97 23:38:52 +GRID.html
  232.     2615     570 78.2% 16-Mar-97 23:38:54 +Index.html
  233.     1758     701 60.1% 16-Mar-97 23:38:48 +main.html
  234.      838     447 46.6% 16-Mar-97 23:38:52 +MAXP.html
  235.      576     323 43.9% 16-Mar-97 23:38:52 +MINDIFF.html
  236.      817     417 48.9% 16-Mar-97 23:38:50 +MINP.html
  237.      418     247 40.9% 16-Mar-97 23:38:52 +Mode.html
  238.      492     281 42.8% 16-Mar-97 23:38:50 +PERC1.html
  239.      603     333 44.7% 16-Mar-97 23:38:50 +PERC2.html
  240.      399     258 35.3% 16-Mar-97 23:38:52 +PUBSCREEN.html
  241.      767     394 48.6% 16-Mar-97 23:38:50 +TO.html
  242.      354     221 37.5% 16-Mar-97 23:38:52 +X.html
  243.      358     221 38.2% 16-Mar-97 23:38:52 +Y.html
  244.      224     154 31.2% 16-Mar-97 23:39:22 +Bugs.html
  245.      669     362 45.8% 16-Mar-97 23:39:20 +DEFAULT.html
  246.      313     214 31.6% 16-Mar-97 23:39:20 +DIR.html
  247.     1473     813 44.8% 16-Mar-97 23:39:24 +Distribution.html
  248.      273     192 29.6% 16-Mar-97 23:39:20 +FILE.html
  249.      417     264 36.6% 16-Mar-97 23:39:20 +GUI.html
  250.      283     199 29.6% 16-Mar-97 23:39:20 +HELP.html
  251.      918     454 50.5% 16-Mar-97 23:39:22 +History.html
  252.     1977     495 74.9% 16-Mar-97 23:39:24 +Index.html
  253.      955     403 57.8% 16-Mar-97 23:39:20 +main.html
  254.      252     168 33.3% 16-Mar-97 23:39:22 +men-E-LastS.html
  255.      255     164 35.6% 16-Mar-97 23:39:22 +men-E-ResetD.html
  256.      246     167 32.1% 16-Mar-97 23:39:22 +men-E-Restore.html
  257.      419     208 50.3% 16-Mar-97 23:39:22 +men-Edit.html
  258.      252     170 32.5% 16-Mar-97 23:39:22 +men-P-Open.html
  259.      234     159 32.0% 16-Mar-97 23:39:22 +men-P-Quit.html
  260.      256     168 34.3% 16-Mar-97 23:39:22 +men-P-SaveAs.html
  261.      392     197 49.7% 16-Mar-97 23:39:22 +men-Project.html
  262.      430     264 38.6% 16-Mar-97 23:39:22 +men-S-Icons.html
  263.      268     169 36.9% 16-Mar-97 23:39:22 +men-Settings.html
  264.      362     185 48.8% 16-Mar-97 23:39:22 +men.html
  265.      285     202 29.1% 16-Mar-97 23:39:20 +Overview.html
  266.      957     352 63.2% 16-Mar-97 23:39:20 +Par.html
  267.      336     219 34.8% 16-Mar-97 23:39:22 +PORTNAME.html
  268.      263     179 31.9% 16-Mar-97 23:39:20 +Requirements.html
  269.      322     218 32.2% 16-Mar-97 23:39:20 +SAVEDIR.html
  270.      465     291 37.4% 16-Mar-97 23:56:16 +--background--.html
  271.      464     249 46.3% 16-Mar-97 23:56:18 +DEFAULTS.html
  272.      525     291 44.5% 16-Mar-97 23:56:18 +LASTSAVED.html
  273.      466     200 57.0% 16-Mar-97 23:56:16 +main.html
  274.      512     296 42.1% 16-Mar-97 23:56:18 +OPEN.html
  275.      418     243 41.8% 16-Mar-97 23:56:18 +QUIT.html
  276.      514     290 43.5% 16-Mar-97 23:56:18 +RESTORE.html
  277.      529     290 45.1% 16-Mar-97 23:56:18 +SAVE.html
  278.      531     305 42.5% 16-Mar-97 23:56:20 +SAVEAS.html
  279.      588     337 42.6% 16-Mar-97 23:56:20 +SETATTR.html
  280.      514     284 44.7% 16-Mar-97 23:56:20 +USE.html
  281.     1365    1215 10.9% 26-Jan-97 22:41:12 +Up
  282.     1863     756 59.4% 16-Mar-97 23:40:02 +Algorithms.html
  283.      330     224 32.1% 16-Mar-97 23:40:02 +Bugs.html
  284.     1391     778 44.0% 16-Mar-97 23:40:02 +Distribution.html
  285.      282     186 34.0% 16-Mar-97 23:40:00 +FILE.html
  286.      270     178 34.0% 16-Mar-97 23:40:00 +FROM.html
  287.     1374     643 53.2% 16-Mar-97 23:40:02 +History.html
  288.      419     263 37.2% 16-Mar-97 23:40:00 +IGNORE.html
  289.      329     208 36.7% 16-Mar-97 23:40:00 +IGNORETO.html
  290.     1392     353 74.6% 16-Mar-97 23:40:04 +Index.html
  291.      770     330 57.1% 16-Mar-97 23:39:58 +main.html
  292.      438     258 41.0% 16-Mar-97 23:40:00 +MAXNODE.html
  293.      387     251 35.1% 16-Mar-97 23:40:00 +MERGE.html
  294.      312     199 36.2% 16-Mar-97 23:40:00 +NODE.html
  295.      315     201 36.1% 16-Mar-97 23:40:00 +NODE2.html
  296.      982     518 47.2% 16-Mar-97 23:39:58 +Overview.html
  297.     1126     470 58.2% 16-Mar-97 23:39:58 +Parameters.html
  298.      302     187 38.0% 16-Mar-97 23:40:00 +TITLE.html
  299.      295     195 33.8% 16-Mar-97 23:40:00 +TO.html
  300.      441     277 37.1% 16-Mar-97 23:55:54 +--background--.html
  301.      798     433 45.7% 16-Mar-97 23:55:54 +ADDGRID.html
  302.      781     390 50.0% 16-Mar-97 23:55:56 +ADDPOINT.html
  303.      696     369 46.9% 16-Mar-97 23:55:56 +CLEAR.html
  304.      546     300 45.0% 16-Mar-97 23:55:56 +DELETEPOINT.html
  305.      527     292 44.5% 16-Mar-97 23:55:56 +EDITPOINTS.html
  306.      483     272 43.6% 16-Mar-97 23:55:56 +EXITPOINTS.html
  307.     1940     861 55.6% 16-Mar-97 23:55:58 +GETATTR.html
  308.     1453     639 56.0% 16-Mar-97 23:55:58 +HELP.html
  309.      771     360 53.3% 16-Mar-97 23:55:58 +LINKPOINTS.html
  310.      454     272 40.0% 16-Mar-97 23:55:58 +LOCKGUI.html
  311.     1113     329 70.4% 16-Mar-97 23:55:54 +main.html
  312.      864     401 53.5% 16-Mar-97 23:56:00 +MOVEPOINT.html
  313.      643     359 44.1% 16-Mar-97 23:56:00 +NEWPOINTS.html
  314.      776     438 43.5% 16-Mar-97 23:56:00 +OPEN.html
  315.      829     444 46.4% 16-Mar-97 23:56:00 +OPENPOINTS.html
  316.      415     250 39.7% 16-Mar-97 23:56:00 +QUIT.html
  317.      461     278 39.6% 16-Mar-97 23:56:02 +SAVE.html
  318.      694     398 42.6% 16-Mar-97 23:56:02 +SAVEAS.html
  319.      746     427 42.7% 16-Mar-97 23:56:02 +SCALE.html
  320.     1223     541 55.7% 16-Mar-97 23:56:02 +SETATTR.html
  321.      482     260 46.0% 16-Mar-97 23:56:02 +SETCURR.html
  322.      481     262 45.5% 16-Mar-97 23:56:02 +SETMAX.html
  323.      538     292 45.7% 16-Mar-97 23:56:04 +SETMESSAGE.html
  324.      745     419 43.7% 16-Mar-97 23:56:04 +SETSIZE.html
  325.      674     386 42.7% 16-Mar-97 23:56:04 +TRIANGULATE.html
  326.      705     339 51.9% 16-Mar-97 23:56:04 +UNLINKPOINTS.html
  327.      410     233 43.1% 16-Mar-97 23:56:04 +UNLOCKGUI.html
  328.      200     139 30.5% 16-Mar-97 23:39:18 +Index.html
  329.     2640    1184 55.1% 16-Mar-97 23:39:16 +main.html
  330.     6009    1736 71.1% 16-Mar-97 23:56:10 +--background--.html
  331.     1312     691 47.3% 16-Mar-97 23:56:10 +--RunMPGui--.html
  332.     3095    1186 61.6% 16-Mar-97 23:56:10 +AllocMPGuiHandleA.html
  333.      592     266 55.0% 16-Mar-97 23:56:12 +FreeMPGuiHandle.html
  334.      765     274 64.1% 16-Mar-97 23:56:08 +main.html
  335.      843     427 49.3% 16-Mar-97 23:56:12 +MPGuiCurrentAttrs.html
  336.      677     338 50.0% 16-Mar-97 23:56:12 +MPGuiError.html
  337.      764     388 49.2% 16-Mar-97 23:56:12 +MPGuiResponse.html
  338.      725     360 50.3% 16-Mar-97 23:56:12 +MPGuiWindow.html
  339.     1024     506 50.5% 16-Mar-97 23:56:14 +ReadMPGui.html
  340.      662     342 48.3% 16-Mar-97 23:56:14 +RefreshMPGui.html
  341.     1535     742 51.6% 16-Mar-97 23:56:14 +SetMPGuiGadgetValue.html
  342.     1782     792 55.5% 16-Mar-97 23:56:14 +SyncMPGuiRequest.html
  343.     1014     499 50.7% 16-Mar-97 23:56:16 +WriteMPGui.html
  344.      313     213 31.9% 16-Mar-97 23:39:52 +Bugs.html
  345.     1508     816 45.8% 16-Mar-97 23:39:54 +Distribution.html
  346.     2879    1221 57.5% 16-Mar-97 23:39:54 +History.html
  347.     3306     659 80.0% 16-Mar-97 23:39:56 +Index.html
  348.     1217     592 51.3% 16-Mar-97 23:39:28 +Installation.html
  349.      844     356 57.8% 16-Mar-97 23:39:26 +main.html
  350.     1363     613 55.0% 16-Mar-97 23:39:28 +Overview.html
  351.      553     330 40.3% 16-Mar-97 23:39:48 +par-12BIT.html
  352.      320     213 33.4% 16-Mar-97 23:39:38 +par-CLONE.html
  353.      623     356 42.8% 16-Mar-97 23:39:46 +par-COLOURS.html
  354.      363     227 37.4% 16-Mar-97 23:39:38 +par-EGS.html
  355.      402     257 36.0% 16-Mar-97 23:39:44 +par-FORCEGREY.html
  356.     1125     528 53.0% 16-Mar-97 23:39:44 +par-FORMAT.html
  357.      429     265 38.2% 16-Mar-97 23:39:30 +par-FROM.html
  358.      275     196 28.7% 16-Mar-97 23:39:50 +par-GUI.html
  359.      455     275 39.5% 16-Mar-97 23:39:48 +par-LINEAR.html
  360.      531     299 43.6% 16-Mar-97 23:39:36 +par-MAXX.html
  361.      533     303 43.1% 16-Mar-97 23:39:36 +par-MAXY.html
  362.      534     305 42.8% 16-Mar-97 23:39:32 +par-MINX.html
  363.      534     303 43.2% 16-Mar-97 23:39:32 +par-MINY.html
  364.      518     310 40.1% 16-Mar-97 23:39:50 +par-MODENAME.html
  365.      242     170 29.7% 16-Mar-97 23:39:50 +par-NOPROGRESS.html
  366.      334     217 35.0% 16-Mar-97 23:39:38 +par-NOREMAP.html
  367.      621     354 42.9% 16-Mar-97 23:39:46 +par-PALETTE.html
  368.      330     225 31.8% 16-Mar-97 23:39:38 +par-PUBSCREEN.html
  369.      547     322 41.1% 16-Mar-97 23:39:38 +par-TO.html
  370.      453     278 38.6% 16-Mar-97 23:39:48 +par-WHITE0.html
  371.      559     320 42.7% 16-Mar-97 23:39:30 +par-X.html
  372.      559     320 42.7% 16-Mar-97 23:39:32 +par-Y.html
  373.     2392     888 62.8% 16-Mar-97 23:39:30 +Par.html
  374.      339     206 39.2% 16-Mar-97 23:39:28 +Requirements.html
  375.      603     303 49.7% 16-Mar-97 23:39:52 +Specify-Restrict.html
  376.      565     316 44.0% 16-Mar-97 23:39:50 +View-Convert.html
  377.     3889    1482 61.8% 16-Mar-97 23:52:10 +--background--.html
  378.      567     294 48.1% 16-Mar-97 23:52:10 +FreeMPImage.html
  379.     2745    1234 55.0% 16-Mar-97 23:52:12 +LoadMPImage.html
  380.      978     301 69.2% 16-Mar-97 23:52:10 +main.html
  381.      775     381 50.8% 16-Mar-97 23:52:12 +MPChunkyToPlanar.html
  382.      987     501 49.2% 16-Mar-97 23:52:12 +MPGreyToPal.html
  383.      526     273 48.0% 16-Mar-97 23:52:12 +MPImageErrorMessage.html
  384.     1237     589 52.3% 16-Mar-97 23:52:12 +MPPalToGrey.html
  385.     1568     585 62.6% 16-Mar-97 23:52:12 +MPPalToPal.html
  386.     1180     574 51.3% 16-Mar-97 23:52:14 +MPPalToRGB.html
  387.      754     377 50.0% 16-Mar-97 23:52:14 +MPPlanarToChunky.html
  388.      640     318 50.3% 16-Mar-97 23:52:14 +MPProgressHook.html
  389.      718     386 46.2% 16-Mar-97 23:52:14 +MPRGBToGrey.html
  390.     1177     593 49.6% 16-Mar-97 23:52:14 +MPRGBToPal.html
  391.      897     449 49.9% 16-Mar-97 23:52:14 +MPScaleGrey.html
  392.      904     430 52.4% 16-Mar-97 23:52:16 +MPScaleRGB.html
  393.     1229     587 52.2% 16-Mar-97 23:52:16 +RescaleMPImage.html
  394.     5512    1993 63.8% 16-Mar-97 23:52:20 +SaveMPImageA.html
  395.      799     385 51.8% 16-Mar-97 23:52:20 +SetMPImageScreen.html
  396.      289     173 40.1% 18-Mar-97 22:23:52 +AR.html
  397.     1224     678 44.6% 18-Mar-97 22:24:04 +Bugs.html
  398.     1049     427 59.2% 18-Mar-97 22:23:38 +CI-men-E-EMode.html
  399.      461     258 44.0% 18-Mar-97 22:23:38 +CI-men-E-Frame-First.html
  400.      531     296 44.2% 18-Mar-97 22:23:38 +CI-men-E-Frame-Goto.html
  401.      455     257 43.5% 18-Mar-97 22:23:38 +CI-men-E-Frame-Last.html
  402.      455     262 42.4% 18-Mar-97 22:23:38 +CI-men-E-Frame-Next.html
  403.      476     264 44.5% 18-Mar-97 22:23:38 +CI-men-E-Frame-Previous.html
  404.      789     334 57.6% 18-Mar-97 22:23:38 +CI-men-E-Frame.html
  405.      363     218 39.9% 18-Mar-97 22:23:36 +CI-men-E-Grid.html
  406.      456     274 39.9% 18-Mar-97 22:23:36 +CI-men-E-Triangulate.html
  407.      730     358 50.9% 18-Mar-97 22:23:36 +CI-men-E.html
  408.      345     214 37.9% 18-Mar-97 22:23:36 +CI-men-P-About.html
  409.      425     234 44.9% 18-Mar-97 22:23:36 +CI-men-P-Exit_Points.html
  410.      293     184 37.2% 18-Mar-97 22:23:36 +CI-men-P-New.html
  411.      571     323 43.4% 18-Mar-97 22:23:36 +CI-men-P-Open.html
  412.      402     248 38.3% 18-Mar-97 22:23:36 +CI-men-P-Quit.html
  413.      424     255 39.8% 18-Mar-97 22:23:36 +CI-men-P-Save.html
  414.      380     232 38.9% 18-Mar-97 22:23:36 +CI-men-P-Save_As.html
  415.      989     424 57.1% 18-Mar-97 22:23:36 +CI-men-P.html
  416.      590     269 54.4% 18-Mar-97 22:23:34 +CI-men.html
  417.      299     175 41.4% 18-Mar-97 22:23:34 +Con-gad-Close.html
  418.      231     154 33.3% 18-Mar-97 22:23:34 +Con-gad-Depth.html
  419.      228     152 33.3% 18-Mar-97 22:23:34 +Con-gad-Drag.html
  420.      432     251 41.8% 18-Mar-97 22:23:34 +Con-gad-First.html
  421.      461     267 42.0% 18-Mar-97 22:23:34 +Con-gad-Goto.html
  422.      426     250 41.3% 18-Mar-97 22:23:34 +Con-gad-Last.html
  423.      428     257 39.9% 18-Mar-97 22:23:34 +Con-gad-Next.html
  424.      449     262 41.6% 18-Mar-97 22:23:34 +Con-gad-Previous.html
  425.     1674     602 64.0% 18-Mar-97 22:23:34 +Con-gad.html
  426.      316     208 34.1% 18-Mar-97 22:23:38 +Con-Key.html
  427.      821     380 53.7% 18-Mar-97 22:23:32 +Con.html
  428.     1596     897 43.7% 18-Mar-97 22:24:06 +Distribution.html
  429.      293     174 40.6% 18-Mar-97 22:23:40 +E-gad-Close.html
  430.      225     151 32.8% 18-Mar-97 22:23:40 +E-gad-Depth.html
  431.      323     210 34.9% 18-Mar-97 22:23:40 +E-gad-Down.html
  432.      213     149 30.0% 18-Mar-97 22:23:40 +E-gad-Drag.html
  433.      260     173 33.4% 18-Mar-97 22:23:40 +E-gad-Horiz.html
  434.      323     211 34.6% 18-Mar-97 22:23:40 +E-gad-Left.html
  435.      326     211 35.2% 18-Mar-97 22:23:40 +E-gad-Right.html
  436.      293     183 37.5% 18-Mar-97 22:23:42 +E-gad-Size.html
  437.      317     209 34.0% 18-Mar-97 22:23:40 +E-gad-Up.html
  438.      254     171 32.6% 18-Mar-97 22:23:40 +E-gad-Vert.html
  439.      416     244 41.3% 18-Mar-97 22:23:40 +E-gad-Zoom.html
  440.     1385     439 68.3% 18-Mar-97 22:23:40 +E-gad.html
  441.      959     406 57.6% 18-Mar-97 22:23:42 +E-Key.html
  442.     1142     536 53.0% 18-Mar-97 22:23:40 +Edit.html
  443.      515     291 43.4% 18-Mar-97 22:23:44 +EMode-Add.html
  444.      562     306 45.5% 18-Mar-97 22:23:44 +EMode-Delete.html
  445.      833     377 54.7% 18-Mar-97 22:23:44 +EMode-Link.html
  446.      568     307 45.9% 18-Mar-97 22:23:46 +EMode-Move.html
  447.      501     285 43.1% 18-Mar-97 22:23:42 +EMode-One.html
  448.      528     291 44.8% 18-Mar-97 22:23:44 +EMode-Relative.html
  449.      518     285 44.9% 18-Mar-97 22:23:42 +EMode-Two.html
  450.      757     336 55.6% 18-Mar-97 22:23:44 +EMode-Unlink.html
  451.     1183     491 58.4% 18-Mar-97 22:23:42 +EModes.html
  452.      502     284 43.4% 18-Mar-97 22:24:00 +Err-4Points.html
  453.      301     196 34.8% 18-Mar-97 22:23:56 +Err-AllocGadget.html
  454.      299     193 35.4% 18-Mar-97 22:23:56 +Err-AllocImage.html
  455.      315     211 33.0% 18-Mar-97 22:24:02 +Err-APort.html
  456.      470     286 39.1% 18-Mar-97 22:23:58 +Err-CloseFile.html
  457.      458     268 41.4% 18-Mar-97 22:24:02 +Err-CScreen.html
  458.      361     232 35.7% 18-Mar-97 22:24:02 +Err-DrawI.html
  459.      420     247 41.1% 18-Mar-97 22:23:58 +Err-FileFormat.html
  460.      301     196 34.8% 18-Mar-97 22:23:56 +Err-FileReq.html
  461.      282     186 34.0% 18-Mar-97 22:24:02 +Err-GenT.html
  462.      295     194 34.2% 18-Mar-97 22:23:58 +Err-GetDRI.html
  463.      630     323 48.7% 18-Mar-97 22:23:54 +Err-Grid0.html
  464.      291     193 33.6% 18-Mar-97 22:23:56 +Err-IDevice.html
  465.      383     232 39.4% 18-Mar-97 22:23:58 +Err-InvalidLink.html
  466.      523     310 40.7% 18-Mar-97 22:23:56 +Err-Library.html
  467.      371     227 38.8% 18-Mar-97 22:23:58 +Err-LoadImage.html
  468.      357     226 36.6% 18-Mar-97 22:24:00 +Err-LoadS.html
  469.      433     255 41.1% 18-Mar-97 22:23:58 +Err-LockScreen.html
  470.      365     229 37.2% 18-Mar-97 22:24:02 +Err-LockW.html
  471.      303     196 35.3% 18-Mar-97 22:23:56 +Err-MemFile.html
  472.      306     186 39.2% 18-Mar-97 22:24:00 +Err-MemNewPoint.html
  473.      626     359 42.6% 18-Mar-97 22:23:56 +Err-MemoryPoints.html
  474.      419     245 41.5% 18-Mar-97 22:23:58 +Err-MemPoints.html
  475.      285     191 32.9% 18-Mar-97 22:23:56 +Err-Menu.html
  476.      321     208 35.2% 18-Mar-97 22:24:02 +Err-MPGuiLib.html
  477.      303     199 34.3% 18-Mar-97 22:24:02 +Err-MPLoadImage.html
  478.      307     204 33.5% 18-Mar-97 22:24:02 +Err-MPScaleImage.html
  479.      517     307 40.6% 18-Mar-97 22:24:00 +Err-OldFormat.html
  480.      421     252 40.1% 18-Mar-97 22:24:00 +Err-OneFrame.html
  481.      451     276 38.8% 18-Mar-97 22:23:58 +Err-OpenFile.html
  482.      381     232 39.1% 18-Mar-97 22:23:56 +Err-OpenMPMorph.html
  483.      289     192 33.5% 18-Mar-97 22:23:56 +Err-OpenWindow.html
  484.      555     318 42.7% 18-Mar-97 22:24:02 +Err-OScreen.html
  485.      618     353 42.8% 18-Mar-97 22:24:00 +Err-SaveS.html
  486.      500     284 43.2% 18-Mar-97 22:23:56 +Err-SetupScreen.html
  487.      394     233 40.8% 18-Mar-97 22:24:02 +Err-SMode.html
  488.      313     200 36.1% 18-Mar-97 22:23:56 +Err-WPort.html
  489.      417     256 38.6% 18-Mar-97 22:24:00 +Err-WriteFile.html
  490.      413     258 37.5% 18-Mar-97 22:23:56 +Err-ZRaster.html
  491.     2961     884 70.1% 18-Mar-97 22:23:54 +Errors.html
  492.     1214     646 46.7% 18-Mar-97 22:23:52 +File_Format.html
  493.      704     360 48.8% 18-Mar-97 22:23:52 +File_Names.html
  494.     1345     671 50.1% 18-Mar-97 22:24:04 +Hard-Software.html
  495.     1237     653 47.2% 18-Mar-97 22:24:04 +Hints.html
  496.     2042     900 55.9% 18-Mar-97 22:24:04 +History.html
  497.      912     464 49.1% 18-Mar-97 22:23:18 +I-gad-24_File_1.html
  498.     1004     503 49.9% 18-Mar-97 22:23:20 +I-gad-24_File_2.html
  499.      365     238 34.7% 18-Mar-97 22:23:24 +I-gad-Close.html
  500.      199     141 29.1% 18-Mar-97 22:23:24 +I-gad-Depth.html
  501.      204     151 25.9% 18-Mar-97 22:23:24 +I-gad-Drag.html
  502.      584     319 45.3% 18-Mar-97 22:23:24 +I-gad-Edit_Points.html
  503.      890     443 50.2% 18-Mar-97 22:23:18 +I-gad-File_One.html
  504.      509     285 44.0% 18-Mar-97 22:23:18 +I-gad-File_Two.html
  505.      665     340 48.8% 18-Mar-97 22:23:22 +I-gad-Frames.html
  506.      418     254 39.2% 18-Mar-97 22:23:18 +I-gad-Get_24_File_1.html
  507.      418     254 39.2% 18-Mar-97 22:23:20 +I-gad-Get_24_File_2.html
  508.      414     251 39.3% 18-Mar-97 22:23:18 +I-gad-Get_File_One.html
  509.      414     250 39.6% 18-Mar-97 22:23:18 +I-gad-Get_File_Two.html
  510.      418     249 40.4% 18-Mar-97 22:23:22 +I-gad-Get_Name.html
  511.      326     211 35.2% 18-Mar-97 22:23:20 +I-gad-Height.html
  512.      272     183 32.7% 18-Mar-97 22:23:16 +I-gad-Help.html
  513.      796     420 47.2% 18-Mar-97 22:23:22 +I-gad-Name.html
  514.      384     243 36.7% 18-Mar-97 22:23:20 +I-gad-Scale.html
  515.      395     249 36.9% 18-Mar-97 22:23:20 +I-gad-SetSize.html
  516.      684     344 49.7% 18-Mar-97 22:23:20 +I-gad-Single.html
  517.      558     326 41.5% 18-Mar-97 22:23:22 +I-gad-Start.html
  518.      322     211 34.4% 18-Mar-97 22:23:20 +I-gad-Width.html
  519.      274     196 28.4% 18-Mar-97 22:23:24 +I-gad-Zoom.html
  520.     2614     764 70.7% 18-Mar-97 22:23:16 +I-gad.html
  521.      961     397 58.6% 18-Mar-97 22:23:32 +I-Key.html
  522.      320     205 35.9% 18-Mar-97 22:23:26 +I-men-P-About.html
  523.      401     252 37.1% 18-Mar-97 22:23:26 +I-men-P-Delete.html
  524.      515     275 46.6% 18-Mar-97 22:23:26 +I-men-P-Edit_Points.html
  525.      386     236 38.8% 18-Mar-97 22:23:24 +I-men-P-New.html
  526.      459     277 39.6% 18-Mar-97 22:23:24 +I-men-P-Open.html
  527.      377     239 36.6% 18-Mar-97 22:23:26 +I-men-P-Quit.html
  528.      742     310 58.2% 18-Mar-97 22:23:24 +I-men-P-Recent.html
  529.      259     170 34.3% 18-Mar-97 22:23:24 +I-men-P-Recent1.html
  530.      266     175 34.2% 18-Mar-97 22:23:24 +I-men-P-Recent2.html
  531.      265     175 33.9% 18-Mar-97 22:23:24 +I-men-P-Recent3.html
  532.      266     177 33.4% 18-Mar-97 22:23:24 +I-men-P-Recent4.html
  533.      265     176 33.5% 18-Mar-97 22:23:26 +I-men-P-Recent5.html
  534.      399     246 38.3% 18-Mar-97 22:23:26 +I-men-P-Save.html
  535.      355     225 36.6% 18-Mar-97 22:23:26 +I-men-P-Save_As.html
  536.     1024     413 59.6% 18-Mar-97 22:23:24 +I-men-P.html
  537.      288     202 29.8% 18-Mar-97 22:23:32 +I-men-U-Macro.html
  538.      263     180 31.5% 18-Mar-97 22:23:30 +I-men-U-Preview.html
  539.      350     234 33.1% 18-Mar-97 22:23:30 +I-men-U-Start.html
  540.      225     157 30.2% 18-Mar-97 22:23:32 +I-men-U-Stop.html
  541.      255     177 30.5% 18-Mar-97 22:23:30 +I-men-U-User2.html
  542.      255     178 30.1% 18-Mar-97 22:23:30 +I-men-U-User3.html
  543.      255     177 30.5% 18-Mar-97 22:23:30 +I-men-U-User4.html
  544.      255     178 30.1% 18-Mar-97 22:23:30 +I-men-U-User5.html
  545.      255     178 30.1% 18-Mar-97 22:23:30 +I-men-U-User6.html
  546.      255     178 30.1% 18-Mar-97 22:23:30 +I-men-U-User7.html
  547.      255     179 29.8% 18-Mar-97 22:23:30 +I-men-U-User8.html
  548.      255     178 30.1% 18-Mar-97 22:23:30 +I-men-U-User9.html
  549.     1189     355 70.1% 18-Mar-97 22:23:30 +I-men-U.html
  550.      464     239 48.4% 18-Mar-97 22:23:24 +I-men.html
  551.    11636    1743 85.0% 18-Mar-97 22:24:06 +Index.html
  552.      756     381 49.6% 18-Mar-97 22:23:16 +Info.html
  553.      324     211 34.8% 18-Mar-97 22:23:04 +Installation.html
  554.      851     416 51.1% 18-Mar-97 22:23:52 +Interface.html
  555.     2024     768 62.0% 18-Mar-97 22:23:04 +main.html
  556.      502     298 40.6% 18-Mar-97 22:23:28 +men-S-LastS.html
  557.      374     229 38.7% 18-Mar-97 22:23:26 +men-S-LoadS.html
  558.      437     250 42.7% 18-Mar-97 22:23:28 +men-S-ResetD.html
  559.      628     355 43.4% 18-Mar-97 22:23:28 +men-S-Restore.html
  560.      607     302 50.2% 18-Mar-97 22:23:28 +men-S-SaveS.html
  561.      448     262 41.5% 18-Mar-97 22:23:28 +men-S-SaveSAs.html
  562.     1828     691 62.1% 18-Mar-97 22:23:26 +men-Settings.html
  563.      514     290 43.5% 18-Mar-97 22:23:04 +Overview.html
  564.      648     387 40.2% 18-Mar-97 22:23:08 +P-CREATEICONS.html
  565.      581     348 40.1% 18-Mar-97 22:23:08 +P-CREATEICONSP.html
  566.      475     298 37.2% 18-Mar-97 22:23:10 +P-CUSTOMDEPTH.html
  567.      908     484 46.6% 18-Mar-97 22:23:10 +P-CUSTOMMODE.html
  568.      748     400 46.5% 18-Mar-97 22:23:12 +P-EGS.html
  569.      289     206 28.7% 18-Mar-97 22:23:12 +P-FILES.html
  570.      340     229 32.6% 18-Mar-97 22:23:12 +P-HELP.html
  571.      462     288 37.6% 18-Mar-97 22:23:12 +P-KEEPSETTINGS.html
  572.      301     201 33.2% 18-Mar-97 22:23:10 +P-PORTNAME.html
  573.      630     363 42.3% 18-Mar-97 22:23:14 +P-PREVIEW.html
  574.      661     375 43.2% 18-Mar-97 22:23:10 +P-PUBSCREEN.html
  575.      213     152 28.6% 18-Mar-97 22:23:14 +P-RECENT1.html
  576.      220     156 29.0% 18-Mar-97 22:23:14 +P-RECENT2.html
  577.      219     155 29.2% 18-Mar-97 22:23:14 +P-RECENT3.html
  578.      220     158 28.1% 18-Mar-97 22:23:14 +P-RECENT4.html
  579.      219     157 28.3% 18-Mar-97 22:23:16 +P-RECENT5.html
  580.      594     360 39.3% 18-Mar-97 22:23:12 +P-REQTOOLS.html
  581.      422     267 36.7% 18-Mar-97 22:23:12 +P-SETTINGS.html
  582.      458     260 43.2% 18-Mar-97 22:23:14 +P-USER2.html
  583.      450     260 42.2% 18-Mar-97 22:23:14 +P-USER3.html
  584.      623     355 43.0% 18-Mar-97 22:23:14 +P-USER4.html
  585.      278     189 32.0% 18-Mar-97 22:23:14 +P-USER5.html
  586.      278     189 32.0% 18-Mar-97 22:23:14 +P-USER6.html
  587.      278     189 32.0% 18-Mar-97 22:23:14 +P-USER7.html
  588.      278     189 32.0% 18-Mar-97 22:23:14 +P-USER8.html
  589.      278     189 32.0% 18-Mar-97 22:23:14 +P-USER9.html
  590.      506     294 41.8% 18-Mar-97 22:23:14 +P-ZOOM.html
  591.     3933    1314 66.5% 18-Mar-97 22:23:08 +Par.html
  592.      551     333 39.5% 18-Mar-97 22:23:46 +Req-About.html
  593.      318     207 34.9% 18-Mar-97 22:23:50 +Req-Add_Grid-gad-Cancel.html
  594.      299     185 38.1% 18-Mar-97 22:23:50 +Req-Add_Grid-gad-Close.html
  595.      224     153 31.6% 18-Mar-97 22:23:50 +Req-Add_Grid-gad-Depth.html
  596.      506     270 46.6% 18-Mar-97 22:23:48 +Req-Add_Grid-gad-OK.html
  597.      406     257 36.6% 18-Mar-97 22:23:48 +Req-Add_Grid-gad-X_Cells.html
  598.      404     254 37.1% 18-Mar-97 22:23:48 +Req-Add_Grid-gad-Y_Cells.html
  599.     1057     445 57.8% 18-Mar-97 22:23:48 +Req-Add_Grid.html
  600.      911     469 48.5% 18-Mar-97 22:23:48 +Req-Error.html
  601.      759     417 45.0% 18-Mar-97 22:23:50 +Req-FrameNumber.html
  602.      237     159 32.9% 18-Mar-97 22:23:50 +Req-Scale-gad-X.html
  603.      238     160 32.7% 18-Mar-97 22:23:50 +Req-Scale-gad-Y.html
  604.      369     221 40.1% 18-Mar-97 22:23:50 +Req-Scale.html
  605.      235     159 32.3% 18-Mar-97 22:23:50 +Req-SetSize-gad-X.html
  606.      236     160 32.2% 18-Mar-97 22:23:50 +Req-SetSize-gad-Y.html
  607.      367     219 40.3% 18-Mar-97 22:23:50 +Req-SetSize.html
  608.      804     436 45.7% 18-Mar-97 22:23:46 +Req-Unsaved.html
  609.      783     351 55.1% 18-Mar-97 22:23:46 +Req.html
  610.      587     333 43.2% 18-Mar-97 22:23:04 +Requirements.html
  611.     2252     796 64.6% 16-Mar-97 23:38:18 +EdgePoints.MPM.html
  612.      473     277 41.4% 16-Mar-97 23:39:02 +FadeToBlack.MPM.html
  613.      469     276 41.1% 16-Mar-97 23:39:04 +FadeToWhite.MPM.html
  614.      472     311 34.1% 16-Mar-97 23:38:20 +IndexHelp.MPM.html
  615.      440     272 38.1% 16-Mar-97 23:39:06 +PixelMorph.MPM.html
  616.      372     245 34.1% 16-Mar-97 23:39:08 +PixelWarp.MPM.html
  617.      982     509 48.1% 16-Mar-97 23:39:12 +PostAnim.MPM.html
  618.      300     220 26.6% 16-Mar-97 23:39:10 +PreAll.MPM.html
  619.     3758    1264 66.3% 16-Mar-97 23:38:10 +Preview.MPM.html
  620.     2928    1055 63.9% 16-Mar-97 23:38:30 +RTPreview.MPM.html
  621.      862     438 49.1% 16-Mar-97 23:39:14 +ToHam.MPM.html
  622.     1020     599 41.2% 18-Mar-97 22:24:04 +ToDo.html
  623.     2380    1010 57.5% 18-Mar-97 22:24:28 +Algorithms.html
  624.      859     454 47.1% 18-Mar-97 22:24:22 +AR-Loadscript.html
  625.      911     464 49.0% 18-Mar-97 22:24:26 +AR-Postscript.html
  626.     3238    1215 62.4% 18-Mar-97 22:24:26 +AR-Prescript.html
  627.      976     433 55.6% 18-Mar-97 22:24:20 +ARexx.html
  628.      384     230 40.1% 18-Mar-97 22:24:18 +Err-3Points.html
  629.      301     197 34.5% 18-Mar-97 22:24:18 +Err-AllocVec.html
  630.      705     367 47.9% 18-Mar-97 22:24:20 +Err-ARexx.html
  631.      480     292 39.1% 18-Mar-97 22:24:18 +Err-CloseFile.html
  632.      399     241 39.5% 18-Mar-97 22:24:18 +Err-FileFormat.html
  633.      453     282 37.7% 18-Mar-97 22:24:18 +Err-LibraryR.html
  634.      295     195 33.8% 18-Mar-97 22:24:18 +Err-MemPointsR.html
  635.     1000     344 65.6% 18-Mar-97 22:24:18 +Err-MPRender.html
  636.      496     302 39.1% 18-Mar-97 22:24:20 +Err-OldFormat.html
  637.      461     281 39.0% 18-Mar-97 22:24:20 +Err-OpenFile.html
  638.      392     239 39.0% 18-Mar-97 22:24:18 +Err-OpenPoints.html
  639.      529     306 42.1% 18-Mar-97 22:24:18 +Err-Progress.html
  640.      367     228 37.8% 18-Mar-97 22:24:18 +Err-Range.html
  641.      283     189 33.2% 18-Mar-97 22:24:20 +Err-RLoadImage.html
  642.      280     189 32.5% 18-Mar-97 22:24:20 +Err-RSaveImage.html
  643.      283     191 32.5% 18-Mar-97 22:24:20 +Err-RScaleImage.html
  644.     2333     536 77.0% 18-Mar-97 22:24:28 +Index.html
  645.      645     270 58.1% 18-Mar-97 22:24:08 +main.html
  646.      516     325 37.0% 18-Mar-97 22:24:14 +P-12BIT.html
  647.      491     302 38.4% 18-Mar-97 22:24:12 +P-ANTIALIAS.html
  648.      512     302 41.0% 18-Mar-97 22:24:14 +P-COLOURS.html
  649.      463     296 36.0% 18-Mar-97 22:24:16 +P-CREATEICONS.html
  650.      396     265 33.0% 18-Mar-97 22:24:12 +P-DEPTH.html
  651.      566     345 39.0% 18-Mar-97 22:24:10 +P-DX.html
  652.      564     342 39.3% 18-Mar-97 22:24:10 +P-DY.html
  653.      247     177 28.3% 18-Mar-97 22:24:16 +P-EGS.html
  654.      318     222 30.1% 18-Mar-97 22:24:10 +P-FILES.html
  655.      260     185 28.8% 18-Mar-97 22:24:14 +P-FORCEGREY.html
  656.      638     374 41.3% 18-Mar-97 22:24:12 +P-INTEGER.html
  657.      717     412 42.5% 18-Mar-97 22:24:14 +P-LOADSCRIPT.html
  658.      560     345 38.3% 18-Mar-97 22:24:12 +P-MODE.html
  659.      404     259 35.8% 18-Mar-97 22:24:12 +P-MODENAME.html
  660.      269     192 28.6% 18-Mar-97 22:24:16 +P-NOPROGRESS.html
  661.      426     265 37.7% 18-Mar-97 22:24:14 +P-PALETTE.html
  662.      312     206 33.9% 18-Mar-97 22:24:16 +P-PORTNAME.html
  663.      551     322 41.5% 18-Mar-97 22:24:16 +P-POSTSCRIPT.html
  664.      573     327 42.9% 18-Mar-97 22:24:16 +P-PRESCRIPT.html
  665.      375     255 32.0% 18-Mar-97 22:24:16 +P-PROGRESSHOOK.html
  666.      321     210 34.5% 18-Mar-97 22:24:14 +P-PUBSCREEN.html
  667.      366     241 34.1% 18-Mar-97 22:24:14 +P-QUICKGREY.html
  668.     1331     652 51.0% 18-Mar-97 22:24:12 +P-SAVEFORMAT.html
  669.      472     300 36.4% 18-Mar-97 22:24:16 +P-TOOLPRI.html
  670.     2031     718 64.6% 18-Mar-97 22:24:10 +Par-MPRender.html
  671.      385     219 43.1% 18-Mar-97 22:24:16 +Req-MPRender.html
  672.      240     168 30.0% 18-Mar-97 22:24:16 +Req-Progress.html
  673.      243     171 29.6% 18-Mar-97 22:24:16 +Req-Really_quit.html
  674.      587     327 44.2% 16-Mar-97 23:38:56 +Loadscript.MPM.html
  675.      546     317 41.9% 16-Mar-97 23:39:00 +Postscript.MPM.html
  676.      528     318 39.7% 16-Mar-97 23:38:58 +Prescript.MPM.html
  677.      613     373 39.1% 16-Mar-97 23:56:06 +--background--.html
  678.     2456     961 60.8% 16-Mar-97 23:56:06 +GETATTR.html
  679.      241     135 43.9% 16-Mar-97 23:56:06 +main.html
  680.     1915     786 58.9% 16-Mar-97 23:56:08 +SETATTR.html
  681.      352     241 31.5% 16-Mar-97 23:38:46 +DX.html
  682.      350     237 32.2% 16-Mar-97 23:38:46 +DY.html
  683.      412     259 37.1% 16-Mar-97 23:38:44 +frame.html
  684.      392     251 35.9% 16-Mar-97 23:38:46 +frames.html
  685.      640     242 62.1% 16-Mar-97 23:38:46 +Index.html
  686.      994     427 57.0% 16-Mar-97 23:38:44 +main.html
  687.      334     219 34.4% 16-Mar-97 23:38:44 +mode.html
  688.      325     217 33.2% 16-Mar-97 23:38:46 +X.html
  689.      326     216 33.7% 16-Mar-97 23:38:46 +Y.html
  690.      681     408 40.0% 16-Mar-97 23:37:10 +Readme.unix.html
  691.      226     155 31.4% 16-Mar-97 23:38:40 +Bugs.html
  692.      569     339 40.4% 16-Mar-97 23:38:34 +COMMAND.html
  693.     1391     778 44.0% 16-Mar-97 23:38:42 +Distribution.html
  694.      320     212 33.7% 16-Mar-97 23:38:34 +FROM.html
  695.      261     179 31.4% 16-Mar-97 23:38:38 +g-all.html
  696.      234     165 29.4% 16-Mar-97 23:38:40 +g-cancel.html
  697.      196     140 28.5% 16-Mar-97 23:38:38 +g-close.html
  698.      210     148 29.5% 16-Mar-97 23:38:38 +g-depth.html
  699.      187     140 25.1% 16-Mar-97 23:38:38 +g-drag.html
  700.      606     305 49.6% 16-Mar-97 23:38:40 +g-files.html
  701.      202     144 28.7% 16-Mar-97 23:38:38 +g-help.html
  702.      264     181 31.4% 16-Mar-97 23:38:40 +g-nodecount.html
  703.      375     232 38.1% 16-Mar-97 23:38:40 +g-nodes.html
  704.      265     184 30.5% 16-Mar-97 23:38:38 +g-none.html
  705.      655     349 46.7% 16-Mar-97 23:38:38 +g-search.html
  706.      271     188 30.6% 16-Mar-97 23:38:40 +g-show.html
  707.      540     294 45.5% 16-Mar-97 23:38:40 +g-subset.html
  708.      267     184 31.0% 16-Mar-97 23:38:40 +g-wordcount.html
  709.      450     225 50.0% 16-Mar-97 23:38:38 +g-words.html
  710.      208     152 26.9% 16-Mar-97 23:38:38 +g-zoom.html
  711.     2035     549 73.0% 16-Mar-97 23:38:38 +Gadgets.html
  712.      712     360 49.4% 16-Mar-97 23:38:40 +History.html
  713.     2312     526 77.2% 16-Mar-97 23:38:42 +Index.html
  714.      641     347 45.8% 16-Mar-97 23:38:34 +Installation.html
  715.      931     373 59.9% 16-Mar-97 23:38:34 +main.html
  716.      613     365 40.4% 16-Mar-97 23:38:34 +Overview.html
  717.      551     317 42.4% 16-Mar-97 23:38:34 +Parameters.html
  718.      327     213 34.8% 16-Mar-97 23:38:34 +PUBSCREEN.html
  719.      276     184 33.3% 16-Mar-97 23:38:34 +Requirements.html
  720.     4821    1573 67.3% 16-Mar-97 23:37:32 +main.html
  721. -------- ------- ----- --------- --------
  722.  1498168  662378 55.7% 23-Mar-97 22:24:40   611 files
  723.